Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: if original validators are unable to connect, do not deny sync #130

Merged
merged 2 commits into from
Mar 3, 2019

Conversation

orogvany
Copy link
Collaborator

@orogvany orogvany commented Feb 23, 2019

In order to have full decentralization, we cannot require that the
very first validators (semux1-4) are required for syncing.

Also in order to scale past a certain level, the validators cannot be
connected to from every client.

Currently, if semux1-4 go down (Even though they are no longer valiators)
clients are unable to sync from block 0.

This change allows for choosing to sync height based on active peers
if UR validators are unable to be found.

Fixes #73

In order to have full decentralization, we cannot require that the
very first validators (semux1-4) are required for syncing.

Also in order to scale past a certain level, the validators cannot be
connected to from every client.

Currently, if semux1-4 go down (Even though they are no longer valiators)
clients are unable to sync from block 0.

This change allows for choosing to sync height based on active peers
if UR validators are unable to be found.
@orogvany orogvany merged commit 6234f71 into semuxproject:RC3 Mar 3, 2019
@orogvany orogvany deleted the no_node_sync branch March 3, 2019 20:22
@semuxgo semuxgo mentioned this pull request Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant